ComponentOne ASP.NET MVC Controls
ConnectingLine Method

C1.Web.Mvc.Fluent Namespace > DataLabelBaseBuilder<TControl,TBuilder> Class : ConnectingLine Method
The value.
Configurates C1.Web.Mvc.DataLabelBase.ConnectingLine. Sets a value indicating whether to draw lines that connect labels to the data points.
Syntax
'Declaration
 
Public Function ConnectingLine( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder ConnectingLine( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DataLabelBaseBuilder<TControl,TBuilder> Class
DataLabelBaseBuilder<TControl,TBuilder> Members